ComponentOne ASP.NET MVC Controls
PlotAreas Property

C1.Web.Mvc Namespace > FlexChartCore<T> Class : PlotAreas Property
Gets the collection of plotarea objects.
Syntax
'Declaration
 
<JsonAttribute("_plotAreas")>
Public ReadOnly Property PlotAreas As IList(Of PlotArea)
[Json("_plotAreas")]
public IList<PlotArea> PlotAreas {get;}
See Also

Reference

FlexChartCore<T> Class
FlexChartCore<T> Members